home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / hardware-part1 / 8968 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news-1.csn.net!carbon!ouray!gsmarlow
  2. From: gsmarlow@ouray.cudenver.edu (Scott Marlowe)
  3. Newsgroups: comp.sys.amiga.hardware
  4. Subject: Re: AmigaOS 2.1
  5. Date: 1 Apr 1996 23:38:34 GMT
  6. Organization: University of Colorado at Denver
  7. Message-ID: <4jppdq$qfn@carbon.cudenver.edu>
  8. References: <4jf0dp$lqs@news.imssys.com> <4jhav8$ndi@guava.epix.net>
  9. NNTP-Posting-Host: ouray.cudenver.edu
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Bill Near (wnear@epix.net) wrote:
  13. : On 28 Mar 1996 21:30:33 GMT, lance articulated:
  14. : <> I was wondering if there is any command that will copy from one drive
  15. : <> to another everything. Something similar to Xcopy on MSDOS?
  16. : <> 
  17. : <> The reason is that one drive is bad and I want to copy the works onto
  18. : <> a new drive.
  19.  
  20. : copy dh0: to dh1: all
  21.  
  22.  
  23. You should also add the keyword clone, so the date stamps and protection
  24. bits get copied verbatum.  i.e.:
  25. Also, make a directory to put it in so you can keep your stuff straight,
  26. like so:
  27.  
  28. makedir dh1:dh0
  29.  
  30. copy dh0: to dh1:dh0/ all clone quiet
  31.  
  32. will copy everything without the slow down of putting the names of each 
  33. file on screen.
  34.  
  35. 'luck
  36.  
  37.